Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <var> tag


The HTML <var> tag is used to show the name of a variable in math or computer code. It is usually shown in a slanted version of the present font, but this can vary by browser.
The <var> tag is used to set a variable in coding or math expression. The text inside is usually shown in italic.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<p>The formula to calculate the extent of a circle is:</p>
<p><var>π</var> * <var>r</var><sup></sup></p>
<p>Where <var>π</var> shows the numerical determined Pi, and <var>r</var> shows the range of the circle.</p>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


What is <var>

The formula to calculate the extent of a circle is:

π * r

Where π shows the numerical determined Pi, and r shows the range of the circle.






Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<!DOCTYPE> Yes Yes Yes Yes Yes